home *** CD-ROM | disk | FTP | other *** search
/ TPUG - Toronto PET Users Group / TPUG Users Group CD / TPUG Users Group CD.iso / AMIGA / AMICUS / AMICUS18.ADF / Progs / StarProbe / SPPROC.H < prev    next >
Text File  |  1989-01-27  |  674b  |  28 lines

  1. /****************************************************************************
  2.  ***              G L O B A L   P R O C E D U R E S                       ***
  3.  ****************************************************************************/
  4.  
  5. void   block_trace(),
  6.        assert_error(),
  7.        initialize(),
  8.        evaluate(),
  9.        new_boundary_conditions(),
  10.        dump_data(),
  11.        report_global(),
  12.        report_results(),
  13.        report_detail();
  14.  
  15. double get_real(),
  16.        eval_energy_rate(),
  17.        eval_opacity();
  18.  
  19. int    closer_fit(),
  20.        discontinuity(),
  21.        get_int(),
  22.        get_bool();
  23.  
  24. char  *get_char();
  25.  
  26. double meanmolweight();
  27.  
  28.